home *** CD-ROM | disk | FTP | other *** search
- Path: inforamp.net!ts26-13
- From: rmorin@inforamp.net (Randy Charles Morin)
- Newsgroups: comp.lang.c++
- Subject: Re: HELP!!! Problem with Visual C++
- Date: Tue, 06 Feb 96 22:42:48 GMT
- Organization: MiddleWorld SoftWare
- Message-ID: <4f8l7a$ffl@sam.inforamp.net>
- References: <4emsqa$7l5@raffles.technet.sg>
- NNTP-Posting-Host: ts26-13.tor.inforamp.net
- X-Newsreader: News Xpress Version 1.0 Beta #4
-
- In article <4emsqa$7l5@raffles.technet.sg>, chris@delteq.com.sg wrote:
- >I encounter the following error message when compiling Visual C++
- >version 1.51. However, this works perfectly under version 2.0. What
- >is the reason behind? Is there any thing that I should add in order to
- >solve this problem? Kindly tell me the solution if you have it.
- >THANKS!
- >
- >BARGRAPH.OBJ(c:\project\bargraph\bargraph\bargraph.cpp) : error L2029:
- >'public: __far __pascal CBargraphDlg::CBargraphDlg(class CWnd
- >__near*)__near' : unresolved external
- >
-
- Are you using the same code libraries? The function might have been shipped
- with the libraries included with version 2 but not 1.51.
-
- Agrivar
-